curl --request POST \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{id}/monitors/{monitor_id}/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"os_name": "<string>",
"hostname": "<string>",
"vpc_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"billing_cycle": "free",
"tags": "<unknown>"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"monitor": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "up",
"checked_at": "2023-11-07T05:31:56Z",
"latency_ms": "<string>",
"response_code": "<string>",
"error_message": "<string>"
}curl --request POST \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{id}/monitors/{monitor_id}/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"image_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"os_name": "<string>",
"hostname": "<string>",
"vpc_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"billing_cycle": "free",
"tags": "<unknown>"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"monitor": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "up",
"checked_at": "2023-11-07T05:31:56Z",
"latency_ms": "<string>",
"response_code": "<string>",
"error_message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying this Instance.
Unique identifier of the monitor.
Instance name
255Operating system name
100Instance hostname
255free - Freeone_time - One Timehourly - Hourlymonthly - Monthlyquarterly - Quarterlysemi_annually - Semi-Annuallyannually - Annuallybiennially - Bienniallytriennially - Trienniallyfree, one_time, hourly, monthly, quarterly, semi_annually, annually, biennially, triennially Custom tags
up - Updown - Downdegraded - Degradedpending - Pendingup, down, degraded, pending ^-?\d{0,8}(?:\.\d{0,2})?$50